ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontBuilder Class / GetFontData Method / GetFontData(FontSubSet,IEnumerable<GlyphMetrics>,Boolean) Method

In This Topic
    GetFontData(FontSubSet,IEnumerable<GlyphMetrics>,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetFontData( _
       ByVal fss As FontSubSet, _
       ByVal metrics As System.Collections.Generic.IEnumerable(Of GlyphMetrics), _
       ByVal includeCMap As System.Boolean _
    ) As System.Byte()
    public System.byte[] GetFontData( 
       FontSubSet fss,
       System.Collections.Generic.IEnumerable<GlyphMetrics> metrics,
       System.bool includeCMap
    )

    Parameters

    fss
    metrics
    includeCMap
    See Also